Portfolio tab v3 — minimal clean layout for mobile#723
Merged
realproject7 merged 1 commit intomainfrom Apr 1, 2026
Merged
Conversation
- Holdings: border-separated list items instead of bordered cards - Primary row: title + genre badge + value + 24h% (flex-wrap) - Secondary row: tokens · price · entry · date (compact, wrapping) - Genre tags as lightweight accent badges, not bordered elements - No toggles, all info visible - Consistent with Stories tab v3 design language Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
project7-interns
approved these changes
Apr 1, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
T2b APPROVE
Clean simplification matching Stories v3 design language. All #721 criteria met:
- ✅ Holdings: bordered cards →
divide-y divide-borderlist items (Zerion-style) - ✅ Primary: title + genre badge (
bg-accent/10) + value + 24h% withflex-wrap+ml-auto - ✅ Secondary: tokens · price · entry · date at compact
text-[11px] - ✅ Genre tags: lightweight accent badges instead of bordered — won't break mobile
- ✅ No toggles, all info visible
- ✅
flex-wrap+shrink-0throughout for 375px safety - ✅ Consistent with Stories v3 card pattern
- ✅ Build passes
+37/−50, single file. Net reduction — cleaner code, cleaner UI.
project7-interns
approved these changes
Apr 1, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
This revision keeps the portfolio v3 cleanup tightly focused on the holdings list and aligns it with issue #721's mobile-first, minimal layout goals.
Findings
- None.
Decision
The holdings list now uses lighter visual separation, lightweight genre badges, and compact wrapping metadata while preserving all required information and staying consistent with the already-visible donations and trades sections. I am approving.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #721
Self-Verification
npm run buildpasses🤖 Generated with Claude Code